home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 5-Fonts & Software / HyperCard 1.2.5 / Help Stacks / Help / card_114689.txt < prev    next >
Text File  |  1989-09-06  |  589b  |  29 lines

  1. -- card: 114689 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4507
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 2
  9. ----- text -----
  10. ParamCount
  11.  
  12. -- part contents for background part 1
  13. ----- text -----
  14. the paramCount
  15.  
  16. The total number of parameters in the current message.   (Zero means just a command by itself.)  
  17.  
  18. if the paramCount = 0 then
  19. put "where's the argument?"
  20. end if
  21.  
  22. put 9999 into temp
  23. repeat with x = 1 to the paramCount
  24.    if the param(x) < temp then put param(x) into temp
  25. next repeat
  26.  
  27. -- part contents for background part 43
  28. ----- text -----
  29. 337,169